projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e814a15
)
(x_real_positions): Subtract border width from results.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 30 May 1997 05:13:47 +0000
(
05:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 30 May 1997 05:13:47 +0000
(
05:13
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 7a31b26ec5ec208faac7b45ee5ad01978ce58dfa..6b97a7d161565c63d47372338d6c49b2679c94f0 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1011,8
+1011,8
@@
x_real_positions (f, xptr, yptr)
x_uncatch_errors (FRAME_X_DISPLAY (f), count);
}
- *xptr = win_x;
- *yptr = win_y;
+ *xptr = win_x
- f->output_data.x->border_width
;
+ *yptr = win_y
- f->output_data.x->border_width
;
}
/* Insert a description of internally-recorded parameters of frame X